/*导航*/
body{overflow-x:hidden;}
.header {
    width: 1300px;
    height: 100px;
    margin: 0 auto;
}
.header .logo {
    padding-top: 22px;
    float: left;
}
.header .phone {
    float: right;
    margin-top: 34px;
    padding-left: 25px;
    background: url(../images/phone.jpg) no-repeat;
}
.header .phone li{
    float: left;
    margin-left: 25px;
}
.header .phone li p{
    font-size: 16px;
    color: #333;
    line-height: 16px;
}
.header .phone li h2{
    font-size: 20px;
    color: #0c6eb9;
    line-height: 24px;
}
.nav {
    height: 60px;
    border-top: 1px solid #f7f8fa;
}
.nav ul {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav ul li {
    width: 65px;
    height: 57px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    color: #222222;
}
.nav ul li a {
    color: #222222;
}
.nav .on {
    border-bottom: solid 4px #0c6eb9;
}
.nav li:hover a {
    color: #0c6eb9;
}
.nav .on a {
    color: #0c6eb9;
}
.nav .nav2 {
    width: 150px;
    background-color: #fff;
    padding-top: 8px;
    display: none;
    position: relative;
    left: 50%;
    margin-left: -70px;
    z-index: 5;
    text-align: center;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
}
.nav .nav2 li {
    float: none;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #666;
    display: inline-block;
}
.nav .nav2 li a {
    color: #666;
}
.nav .nav2 li:hover {
    border-bottom: none;
}
.nav .nav2 li a:hover {
    color: #0077d2;
}
.nav li:hover .nav2 {
    display: block;
}
.cases {
    width: 1300px;
    height: 850px;
    margin: 0 auto;
}
.cases .title{
    margin-top: 65px;
    padding-bottom: 100px;
}
.cases .title .left{
    float: left;
}
.cases .title .left h2{
    font-size: 36px;
    color: #222;
    line-height: 36px;
    font-weight:normal;
}
.cases .title .left p{
    font-size: 16px;
    color: #999999;
    line-height: 44px;
    text-transform:uppercase;
}
.cases .title .right{
    float: right;
    width: 160px;
    height: 50px;
    border: 2px solid #dedfe0;
}
.cases .title .right a{
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
.cases .title .right:hover{
    background-color: #0c6eb9;
    border: 2px solid #0c6eb9;
}
.cases .title .right a:hover{
    color: #fff;
}
.cases .swiper{
    height: 700px;
}
.cases .project{
    overflow: hidden;
    text-align: left;
    border-bottom: 2px solid #e3e4e5;
    padding-bottom: 20px;
}
.cases .project .img{
    width: 300px;
    height: 220px;
    overflow:hidden;
}
.cases .project img{
    transition:1s;
    width:100%;
    height:100%;
}
.cases .project img:hover{
    transform:scale(1.2);
}
.cases .project h2{
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight:normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases .project p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cases .project a:hover h2{
    color: #0c6eb9;
}
.cases .project a:hover p{
    color: #0c6eb9;
}
.service{
    width: 100%;
    background-color: #f7f8fa;
    padding-bottom: 70px;
}
.service .title{
    text-align: center;
    padding-top: 100px;
}
.service .title h1{
    font-size: 36px;
    color: #222;
    position: relative;
    z-index: 10;
}
.service .title h2{
    font-size: 70px;
    color: #f1f2f4;
    text-transform:uppercase;
    position: relative;
    top: -80px;
}
.service .title span{
    display: block;
    width: 50px;
    height: 4px;
    margin: auto;
    background-color: #85c226;
    position: relative;
    top: -95px;
}
.service .title p{
    font-size: 16px;
    color: #999;
    position: relative;
    top: -60px;
}
.service .main{
    width: 1300px;
    height: 530px;
    margin: 0 auto;
}
.service .main div{
    position: relative;
    overflow: hidden;
}
.service .main .left{
    float: left;
    width: 880px;
}
.service .main .left div{
    float: left;
}
.service .main .right{
    float: right;
}
.service .main p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 40px;
}
.service .main span{
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 90px;
    left: 40px;
}
.service .main img{
    transition:1s;
}
.service .main img:hover{
    transform:scale(1.2);
}
.service .more{
    width: 160px;
    height: 50px;
    border: 2px solid #dedfe0;
    margin: 40px auto auto;
}
.service .more a{
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
.service .more:hover{
    background-color: #0c6eb9;
    border: 2px solid #0c6eb9;
}
.service .more a:hover{
    color: #fff;
}
.partners {
    width: 1300px;
    margin: 0 auto;
}
.partners .title{
    margin-top: 65px;
    padding-bottom: 110px;
}
.partners .title .left{
    float: left;
}
.partners .title .left h2{
    font-size: 36px;
    color: #222;
    line-height: 36px;
    font-weight:normal;
}
.partners .title .left p{
    font-size: 16px;
    color: #999999;
    line-height: 44px;
    text-transform:uppercase;
}
.partners .title .right{
    float: right;
    width: 160px;
    height: 50px;
    border: 2px solid #dedfe0;
}
.partners .title .right a{
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
.partners .title .right:hover{
    background-color: #0c6eb9;
    border: 2px solid #0c6eb9;
}
.partners .title .right a:hover{
    color: #fff;
}
.partners .partners_logo{
    width: 101.5%;
}
.partners .link{
    margin-top: 60px;
    font-size: 16px;
    height: 110px;
}
.partners .link p{
    float: left;
    display: block;
    line-height: 40px;
}
.partners .link ul{
    float: right;
    width: 1200px;
}
.partners .link ul li{
    float: left;
    margin-right: 30px;
    line-height: 40px;
}
.footer{
    width: 100%;
    background-color: #f7f8fa;
    border-bottom: 10px solid #0c6eb9;
}
.footer ul{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0 24px 0;
    border-bottom: 2px solid #e5e5e5;
}
.footer ul li{
    width: 205px;
    display: flex;
}
.footer ul li img{
    width:40px;
    height:40px;
}
.footer ul li div{
    margin-left:15px;
}
.footer ul li div p {
    font-size: 17px;
    color: #333;
    line-height: 20px;
}
.footer ul li div h2 {
    font-size: 17px;
    color: #333;
    line-height: 24px;
}
.footer .bottom{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer .bottom .left{
    margin: 25px 0;
}
.footer .bottom .right{
    margin-top: 30px;
    text-align: right;
    font-size: 16px;
    color: #999;
}
.ny_banner{
    width: 100%;
}

.ny_nav {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f1f2f3;
}
.ny_nav div{
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    padding-top: 13px;
}
.ny_nav a{
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}
.ny_nav span{
    margin: 0 4px;
}
.ny_main{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.ny_main .nav1{
    display: flex;
    flex-wrap: wrap;
}
.ny_main .nav1 li{
    float: left;
    margin-right: 40px;
}
.ny_main .nav1 a{
    font-size: 16px;
    line-height: 70px;
}
.ny_main .nav1 .on a{
    color: #0c6eb9;
}
.ny_main .gy_1,.gy_2,.gy_3 {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ny_main .gy_1 h2,.gy_2 h2,.gy_3 h2{
    font-size: 36px;
    font-weight:normal;
    margin-bottom: 20px;
}
.ny_main .gy_1 p,.gy_2 p,.gy_3 p{
    font-size: 16px;
    line-height: 36px;
}
.ny_main .gy_1 p{
    text-indent:34px;
}
.ny_main .gy_1 .gy_1_top{
    clear:both;
}
.ny_main .gy_1 .left{
    float: left;
    width: 45%;
}
.ny_main .gy_1 .right{
    float: right;
    width: 610px;
    height: 410px;
    border: 20px solid #f7f8fa;
    overflow: hidden;
}
.ny_main .gy_1 .right img{
    width: 100%;
    height: 100;
}
.ny_main .gy_1 .gy_1_bot{
    clear:both;
}
.zzry_bg{
    background: url(../images/zzbg.jpg) no-repeat center 65px;
}
.zz_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 110px;
}
.zz_1 div{
    margin: 0 10px;
    overflow: hidden;
    height: 400px;
}
.zz_1 img,.zz_2 img{
    width: 100%;
    height: 100%;
}
.zz_2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zz_2 ul li{
    margin-bottom: 33px;
    width: 300px;
    height: 400px;
}
.qywh{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.qywh div{
    margin-bottom: 33px;
    width: 410px;
    height: 300px;
}
.qywh img{
    width: 100%;
    height: 100%;
}
.ny_main .partners_logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.ny_main .partners_logo div{
    margin-bottom: 20px;
    width: 200px;
    height: 80px;
}
.ny_main .partners_logo img{
    width: 100%;
    height: 100%;
}
.nav2{
    width: 245px;
    position: absolute;
}
.nav2 h2{
    font-size: 36px;
    line-height: 80px;
}
.nav2 span{
    background-color: #85c226;
    width: 50px;
    height: 4px;
    display: block;
    margin-bottom: 30px;
}
.nav2 div{
    background-color: #f7f8f9;
    width: 225px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
}
.nav2 div a{
    display: block;
    width: 100%;
}
.nav2 div:hover{
    background-color: #0c6eb9;
}
.nav2 div:hover a{
    background-color: #0c6eb9;
    color: #fff;
}
.ny_right{
    padding-left: 270px;
    padding-top: 113px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_right div{
    /*width: 320px;*/
    margin-bottom: 25px;
}
.ny_right div img{
    width: 320px;
    height: 320px;
}
.ny_right div a p {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ny_right div a:hover p{
    color: #0077d2;
}
.page{
    text-align: center;
    padding-left: 270px;
}
.page ul li{
    border: 0;
    display:inline-block;
    line-height: 100px;
    height: 100px;
}
.page ul li a{
    font-size: 20px;
    width: auto;
    margin: auto 10px;
}
.page ul li span{
    font-size: 20px;
    width: auto;
    margin: auto 10px;
}
.page ul li:first-child{
    float: left;
}
.page ul li:last-child{
    float: right;
}
.page ul .active span{
    color: #0077d2;
}
.page ul li a{
    color: #bbbbbb;
}
.page ul li span{
    border-bottom: 0;
    line-height: 100px;
    height: 100px;
}
.page ul li:first-child a{
    font-size: 40px;
    color: #bbbbbb;
    border-bottom: 0;
    text-align: left;
}
.page ul li:first-child span{
    font-size: 40px;
    color: #bbbbbb;
    border-bottom: 0;
    text-align: left;
}
.page ul li:last-child a{
    font-size: 40px;
    color: #bbbbbb;
    border-bottom: 0;
    text-align: right;
}
.page ul li a:hover{
    color: #0c6eb9;;
}
.cpxq{
    padding-left: 270px;
    padding-top: 113px;
    padding-bottom: 50px;
    overflow: auto;
}
.cpxq img{
    width: 320px;
    height: 320px;
}
.cpxq div {
    float: right;
    width: 670px;
}
.cpxq div h2{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}
.cpxq div .line{
    background-color: #85c226;
    width: 50px;
    height: 4px;
    display: block;
    margin: 30px 0;
}
.cpxq div p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.fwxm{
    width: 100%;
}
.fwxm li{
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
    padding: 24px 0;
}
.fwxm li:first-child{
    padding-top: 0;
}
.fwxm .img {
    width: 510px;
    height: 170px;
    margin: 0;
    float: left;
    overflow: hidden;
}
.fwxm .img img{
    width: 100%;
    height: 100%;
}
.fwxm .img img{
    transition:1s;
}
.fwxm li:hover img{
    transform:scale(1.2);
}
.fwxm .txt {
    width: 495px;
    height: 170px;
    margin: 0;
    float: right;
}
.fwxm .txt h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fwxm .txt span {
    background-color: #85c226;
    width: 50px;
    height: 4px;
    display: block;
    margin: 15px 0;
}
.fwxm .txt p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    display: -webkit-box;
    white-space: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.fwxm li:hover h2{
    color: #0c6eb9;
}
.fwxm_xq {
    width: 100% !important;
    text-align: center;
}
.fwxm_xq h2{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ny_right .fwxm_xq p{
    text-indent: 34px;
    font-size: 16px;
    line-height: 30px;
    white-space: unset;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}
.ny_right .fwxm_xq img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.nav2 .on{
    background-color: #0c6eb9;
}
.nav2 .on a{
    color: #fff;
}
.anli .img{
    width: 300px;
    height: 220px;
}
.anli .txt {
    width: 700px;
    height: 220px;
}
.anli .txt p {
    -webkit-line-clamp: 5;
}
.news .img{
    width: 230px;
    height: 170px;
}
.news .txt {
    width: 780px;
    height: 170px;
}
.contact{
    margin: 30px 0;
}
.contact ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.contact ul li{
    width: 300px;
    height: 200px;
    background-color: #f6f6f6;
}
.contact ul li img{
    margin: 35px auto 5px;
}
.contact ul li h2{
    font-size: 22px;
    line-height: 45px;
}
.contact ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.map{
    width: 1300px;
    height: 315px;
    margin-top: 40px;
}

.partners_logo_shou{
    display: none;
}
.fuwuright{
     width:400px; height:530px;
}
.fuwuzuoyi{
    width:880px; height:290px; margin-bottom: 20px;
}
.fuwuzuoer{
    width:430px; height:220px;
}
.fuwuzuosan{
    float: right!important; width:430px; height:220px;
}
.anlishou{
    display: none;
}
.shoujicaidan{
    display: none;
}
.shoujidaohangxian{
    display: none;
}

.diannao{
    display: block;
}
.shouji{
    display: none;
}
@media only screen and (max-width:900px){
    .diannao{
        display: none;
    }
    .shouji{
        display: block;
    }
    
    .nav{
        display: none;
    }
    
    .ny_nav div{
        width:100%;
    }
    .shoujicaidan{
        width:30px;
        height:30px;
        display: block;
        position: absolute;
        top:20px;right:10px;z-index:666;
    }
    .shoujidaohangxian{
        display: block;
    }
    div.shoujidaohang{
        width:100%;
        height:100%;
        position: fixed;left:-100%;top:0;z-index:888;
        background: rgba(0,0,0,0.8);
    }
    .shoujidaohangguanbi{
        width:30px;
        height:30px;
        display: block;
        position: absolute;
        top:20px;right:10px;z-index:999;
    }
    ul.shoujidaohang{
        width:96%;
        margin:auto;
        margin-top:30px;
    }
    ul.shoujidaohang li.shoujidaohang{
        width:100%;
        height:40px;
    }
    ul.shoujidaohang li.shoujidaohang a{
        line-height:40px;font-size:16px;color:#ffffff;
    }
    .shoujidaohang2{
        width:90%;
        margin:auto;
    }
    .shoujidaohang2 li{
        width:100%;
        height:40px;
    }
    .shoujidaohang2 li a{
        line-height:40px;font-size:14px;color:#ffffff;
    }
    
    .header {
        width: 96%;
        height:auto;
        margin: 0 auto;
    }
    .header .logo img{
        width:80%;
    }
    .header .phone {
        display: none;
    }
    
    .footer{
        width: 100%;
        background-color: #f7f8fa;
        border-bottom: 10px solid #0c6eb9;
    }
    .footer ul{
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 35px 0 24px 0;
        border-bottom: 2px solid #e5e5e5;
    }
    .footer ul li{
        width: 100%;
        margin-top:20px;
    }
    .footer ul li img{
        width:20px;
        height:20px;
        margin-top:10px;
    }
    .footer ul li div{
        margin-left:15px;
    }
    .footer ul li div p {
        font-size: 17px;
        color: #333;
        line-height: 20px;
    }
    .footer ul li div h2 {
        font-size: 17px;
        color: #333;
        line-height: 24px;
    }
    .footer .bottom{
        width: 96%;
        margin: 0 auto;
        display:inline; 
    }
    .footer .bottom .left{
        width:96%;
        margin:auto;
    }
    .footer .bottom .left img{
        width:100%;
    }
    .footer .bottom .right{
        width:96%;
        margin:auto;
    }
    
    .ny_main{
        width:96%;
        margin:auto;
    }
    
    .nav2{
        display: none;
    }
    
    .ny_right{
        width:96%;
        margin:auto;
        padding:0;
    }
    .ny_right div img{
        width:100%;
        height:auto;
    }
    .zz_1 div{
        height:auto;
    }
    .zz_2 ul li{
        width:100%;
        height:auto;
    }
    .page{
        width:80%;
        margin:auto;
        padding:0;
    }
    
    
    .cpxq{
        padding:0;
    }
    .cpxq img{
        width:100%;
        height:auto;
    }
    .cpxq div{
        width:100%;
    }
    
    .ny_main .nav1{
        display: none;
    }
    
    .ny_main .partners_logo div{
        width:48%;
    }

    .ny_main .gy_1 h2, .gy_2 h2, .gy_3 h2{
        font-size:24px;
    }
    
    .gy_1 img{
        max-width:100%;
    }
    
    .contact ul li{
        width:96%;
        margin:auto;
        margin-bottom:20px;
    }
    .map{
        width:96%;margin:auto;height:auto;
    }
    .map img{
        width:100%;
    }
    
    .qywh div{
        width:100%;
        height:auto;
    }
    
    
    .fwxm .img{
        width:100%;
        height:auto;
    }
    .fwxm .txt{
        width:100%;
    }
    
    
    .cases{
        width:96%;
        margin:auto;
        height:auto;
    }
    .cases .title{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .cases .title .left h2{
        font-size:24px;
    }
    .cases .title .left p{
        font-size:14px;
        line-height:24px;
    }
    .cases .title .right{
        width:100px;
    }
    .shouyeanli{
        display: none;
    }
    .anlishou{
        display: block;
        width:96%;
        margin:auto;
    }
    .cases .project .img{
        width:100%;
        height:auto;
    }
    
    .service{
        padding-bottom:30px;
    }
    .service .title{
        padding-top:50px;
    }
    .service .title h2{
        font-size:30px;top:-48px;
    }
    .service .title p{
        top:-40px;
    }
    
    
    .service .main{
        width:96%;
        height:auto;
        margin:auto;
    }
    
    .service .main .left{
        width:100%;
    }
    .fuwuzuoyi{
        width:100%;
        height:auto;
    }
    .fuwuzuoer{
        width:100%;
        height:auto;
    }
    .fuwuzuosan{
        width:100%;
        height:auto;
        margin-top:20px;
    }
    .fuwuright{
        width:100%;
        height:auto;
        margin-top:20px;
    }
    
    
    .partners{
        width:96%;
        margin:auto;
    }
    .partners .title{
        padding-bottom:30px;
        margin-top:30px;
    }
    .partners .title .left h2{
        font-size: 24px;
    }
    .partners .title .left p{
        font-size:14px;
        line-height:24px;
    }
    .partners .title .right{
        width:100px;
    }
    
    .partners .partners_logo{
        display:none;
    }
    
    .partners .link{
        height:auto;
    }
    .partners .link ul{
        width:auto;
    }
    .partners_logo_shou{
        width:96%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0;
    }
    .partners_logo_shou div{
        width: 48%;
    }
    .partners_logo_shou div img{
        width:100%;
    }
}